{* ========================================================================== product_info_template_standard.html ========================================================================== *} {block name="product_info_template_standard_content"} {/block} {block name="product_info_template_standard_content_row"}
{$smarty.block.parent} {/block} {block name="product_info_template_standard_description"}
{$smarty.block.parent} {/block} {* should be product_info_template_standard_content_row, not working, not possible to extend block twice? *} {block name="product_info_template_standard_reviews_if"} {$smarty.block.parent}
{/block} {block name="product_info_template_standard_sticky_box_rating"}
{/block} {block name="product_info_template_standard_product_review_data_if"}
{if $showRating && $AGGREGATE_REVIEW_DATA.averageRating && $AGGREGATE_REVIEW_DATA.averageRating != 0}
{block name="product_info_template_standard_product_review_data"} {include file="get_usermod:{$tpl_path}rating_stars.html" rating_rounded=$AGGREGATE_REVIEW_DATA.averageRating rating_count=$AGGREGATE_REVIEW_DATA.count } {/block}
{/if} {if $PRODUCTS_MODEL}
({$txt.text_model} {$PRODUCTS_MODEL})
{/if}
{/block} {block name="product_info_template_standard_sticky_box_ribbon_if"} {/block} {block name="product_info_template_standard_sticky_box_price_container"} {if $arr_ribbons.ribbons} {block name="product_info_template_standard_sticky_box_ribbon_include"} {include file="get_usermod:{$tpl_path}product_listing_ribbon.html" ribbons=$arr_ribbons} {/block} {/if} {$smarty.block.parent} {/block} {block name="product_info_template_standard_social_share"} {if $SHOW_FACEBOOK || $SHOW_TWITTER || $SHOW_PINTEREST || $SHOW_WHATSAPP}
{include file="get_usermod:{$tpl_path}product_info_social_share.html"}
{/if} {/block} {block name="product_info_template_standard_sticky_box_product_options"}
{block name="product_info_template_standard_sticky_box_shipping_time_include"} {include file="get_usermod:{$tpl_path}product_info_shipping_time.html"} {/block} {block name="product_info_template_standard_sticky_box_stock_include"} {include file="get_usermod:{$tpl_path}product_info_stock.html"} {/block} {block name="product_info_template_standard_sticky_box_additional_fields"}
{$additional_fields}
{/block} {block name="product_info_template_standard_sticky_box_weight_if"} {if $SHOW_PRODUCTS_WEIGHT} {block name="product_info_template_standard_sticky_box_weight"}
{$txt.text_weight} {$PRODUCTS_WEIGHT} {$txt.text_weight_unit} {if $PRODUCTS_QUANTITY_UNIT}{$PRODUCTS_QUANTITY_UNIT}{else}{$txt.text_weight_qty_unit}{/if}
{/block} {/if} {/block} {block name="product_info_template_standard_sticky_box_min_order_if"} {if $GM_MIN_ORDER} {block name="product_info_template_standard_sticky_box_min_order"}
{$txt.text_min_order} {$GM_MIN_ORDER}
{/block} {/if} {/block}
{/block} {block name="product_info_template_standard_sticky_box_product_title"} {if $SHOW_WISHLIST} {literal}wishlist{/literal} {$button.add_to_wishlist} {/if} {$smarty.block.parent} {/block} {block name="product_info_template_standard_product_lists"}
{include file="get_usermod:{$tpl_path}product_info_product_lists.html"}
{/block}